Kotlin Multiplatform Result Class
1.5.2
common
Kotlin Multiplatform Result Class
/
at.asitplus
/
KmmResult
/
KmmResult
Kmm
Result
constructor
(
value
:
T
)
(
source
)
Creates a success result from the given
value
constructor
(
failure
:
Throwable
)
(
source
)
Creates a failure result from the given
failure